Streaming Response Dto
data class StreamingResponseDto(val response: String = "", val response_id: String = "", val contexts: List<BDStreamingResponseDtoContext> = emptyList(), val stream_type: StreamType)
Constructors
Link copied to clipboard
constructor(response: String = "", response_id: String = "", contexts: List<BDStreamingResponseDtoContext> = emptyList(), stream_type: StreamType)